home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / SEMS101.ZIP / SEMS.CFG < prev    next >
Encoding:
Text File  |  1995-05-16  |  3.4 KB  |  89 lines

  1. ;-------------------------------------------------------------------------
  2. ;-------------------------------------------------------------------------
  3. ;                    Squish EchoMail Snoop Program (SEMS)
  4. ;                             by R.J. (Bob) Ross
  5. ;                         SysOp - RJ's Byteline BBS
  6. ;                             FidoNet 1:134/75
  7. ;-------------------------------------------------------------------------
  8. ;-------------------------------------------------------------------------
  9. ;   Configuration file for program SEMS
  10. ;   lines starting with a semi-colan (;) are treated as comments.
  11. ;-------------------------------------------------------------------------
  12. ;
  13. ;  EchoMail Originating Nodes to look at.  A maximum of 20 Snoop key words
  14. ;  can be used.
  15. ;
  16. ;-------------------------------------------------------------------------
  17. ;
  18. Snoop        (1:134/75)
  19. Snoop        (1:134/75.1)
  20. ;
  21. ;-------------------------------------------------------------------------
  22. ;
  23. ;  Output file where the message contents will be written to.  Note
  24. ;  message contents will be appended to the OutPutFile each time SEMS
  25. ;  is executed if the -A switch is used when SEMS is executed.
  26. ;
  27. ;-------------------------------------------------------------------------
  28. ;
  29. OutPutFile   d:\sems\rj.txt
  30. ;
  31. ;------------------------------------------------------------------------
  32. ;
  33. ;  Look at messages n days back from the current date.  Note a DaysBack
  34. ;  of 0 will look at the current day.  Messages will be spooled if either
  35. ;  the date the message was writtin or the date the message was received
  36. ;  meets the DaysBack parameter.
  37. ;
  38. ;------------------------------------------------------------------------
  39. ;
  40. DaysBack     1
  41. ;
  42. ;------------------------------------------------------------------------
  43. ;
  44. ;  Look for selected strings/words in messages.  A maxamum of 20 LookFor key
  45. ;  words (case insensitive) can be used.  Messages containing any of the
  46. ;  LookFor strings that meet the Snoop and DaysBack selections will be
  47. ;  flagged with the word **LOOK** centered just after the subject line in
  48. ;  spooled messages. LookFor is very useful in scaning for offensive
  49. ;  strings or words in messages.
  50. ;
  51. ;-------------------------------------------------------------------------
  52. ;
  53. LookFor     Bill Gates uses OS2!
  54. LookFor     Your mother wears army boots
  55. LookFor     skipped school
  56. LookFor     darn
  57. LookFor     heck
  58. LookFor     Henning hates chocolate!
  59. LookFor     Bob Ross
  60. ;
  61. ;-------------------------------------------------------------------------
  62. ;
  63. ;  Use your Squish.cfg file to parse all EchoAreas in the Squish.cfg
  64. ;  file.
  65. ;
  66. ;-------------------------------------------------------------------------
  67. ;
  68. SquishCfg    d:\squish\Squish.cfg
  69. ;
  70. ;-------------------------------------------------------------------------
  71. ;
  72. ;  Use EchoArea key word in this cfg file instead of SquishCfg
  73. ;
  74. ;             AreaTag    Squish Msg drive:\path\filename (no extension)
  75. ;
  76. ;-------------------------------------------------------------------------
  77. ;
  78. ;EchoArea     CALGARY    c:\ECHO\CALGARY
  79. ;EchoArea     BINKLEY    d:\ECHO\BINKLEY
  80. ;EchoArea     BYTELINE   d:\ECHO\BYTELINE
  81. ;EchoArea     COMMENTS   d:\ECHO\COMMENTS
  82. ;EchoArea     HAYES      d:\ECHO\HAYES
  83. ;EchoArea     STATS      d:\SEMS\STATS
  84. ;EchoArea     TUB        d:\ECHO\TUB
  85. ;EchoArea     BASIC7     d:\ECHO\BASIC7
  86. ;EchoArea     WIN95      d:\ECHO\WIN95
  87. ;
  88. ;End
  89.